X-Git-Url: http://git.cyclocoop.org/%22.%24info%5B?a=blobdiff_plain;f=includes%2Fmail%2FEmailNotification.php;h=c359659fddbe0ef895cfb9cdccebcacec0af094a;hb=34ebdaff863ff5da203fb450a9366ae2ed83f163;hp=3fd9efff1282175113bb6a7aa7e44140429d8fe2;hpb=17b05db14c2114ae5c33ae5598d52913ca146c2b;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/mail/EmailNotification.php b/includes/mail/EmailNotification.php index 3fd9efff12..c359659fdd 100644 --- a/includes/mail/EmailNotification.php +++ b/includes/mail/EmailNotification.php @@ -167,7 +167,7 @@ class EmailNotification { 'pageStatus' => $pageStatus ); $job = new EnotifNotifyJob( $title, $params ); - JobQueueGroup::singleton()->push( $job ); + JobQueueGroup::singleton()->lazyPush( $job ); } else { $this->actuallyNotifyOnPageChange( $editor,